home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / graphics / misc / superview / docs / howtoinstall.doc next >
Text File  |  1994-11-20  |  2KB  |  61 lines

  1.  
  2.  Some quick notes on how to install the program if the InstallerScript
  3.  does not work, or if additional things have to be done
  4.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5.  
  6.  You do not need to install the libraries to LIBS: itself.
  7.  For example you may create an additional LIBS-Dir somewhere else
  8.  (let's say "HD1:libs") then start the Installer and after that open
  9.  a shell. Then type something like:
  10.  
  11.      Assign LIBS: HD1:LIBS ADD
  12.      Assign LIBS: SYS:LIBS REMOVE
  13.  
  14.  and install superview.library with the Installer.
  15.  After that type again
  16.  
  17.      Assign LIBS: SYS:LIBS ADD
  18.  
  19.  and add an entry like
  20.  
  21.      Assign LIBS: HD1:LIBS ADD
  22.  
  23.  to you User-Startup.
  24.  You also should place an Assign for the virtual memory path there :
  25.  
  26.      Assign VMEM: HD1:Somewhere
  27.  
  28.  
  29.  After installation, your LIBS: directory should look similar to this :
  30.  
  31.  (libs)
  32.         (svobjects)    XXX.svobject
  33.                        YYY.svobject
  34.                        ...
  35.         (svdrivers)    AAA.svdriver
  36.                        BBB.svdriver
  37.                        ...
  38.         (svoperators)  123.svoperator
  39.                        456.svoperator
  40.                        ...
  41.   superview.library
  42.   superview.library
  43.  
  44.  
  45.  Note, that is is important, that the names of the single Libraries
  46.  are exactly the same as in the original archive (case-sensitivity).
  47.  If you copy "YUVN.svobject" as "yuvn.svobject" it will no longer
  48.  be recognized by the Library.
  49.  This is because the name is also hard-coded for identification and
  50.  since the correcponding functions are case-sensitive, there's a
  51.  need for such restrictions.
  52.  
  53.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  54.  19.11.94  This installation guide refers to V9.9 of superview.library
  55.            There might be more or different things to do in future
  56.            versions.
  57.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  58.  
  59.  
  60.  
  61.